home *** CD-ROM | disk | FTP | other *** search
- domain suffix ampr.org
- #
- amiga command "SetClock Load"
- amiga interval 3600
- amiga arplist on
- amiga eightbit on
- #
- #--------------------------------------------------------------------
- # Please note that any Arexx script which uses the serial device
- # can only be run when the serial.device is not attached.
- #
- amiga rexx KISS.rexx
- #--------------------------------------------------------------------
- #
- hostname G1YYH.ampr.org
- ip address g1yyh.ampr.org
- #
- ax25 mycall g1yyh
- ax25 digipeat off
- ax25 timertype linear
- ax25 bcinterval 3600
- ax25 bctext "AmigaNOS v2.9i"
- ax25 t3 10000
- #
- mbox attend off
- mbox thirdparty off
- mbox maxmsg 1000
- mbox organisation "Bolton Amateur Radio Club"
- mbox realname "John Heaton"
- mbox rheader "G1YYH.GB7PWY.#16.GBR.EU [BARC - NWPUG] Lancashire"
- mbox timer 0
- mbox trace 1
- #
- mbox sysop on
- #--------------------------------------------------------------------
- # When a mailbox user (with sysop status) enters the @ command
- # he/she is presented with a set of 5 numbers, which represent
- # character positions within the string below:
- #
- mbox password "thisisaverylongstringtobeusedasasysoppassword"
- #
- # If the numbers presented were:
- #
- # 13 4 25 17 36
- #
- # then the user would enter the characters from the string as:
- #
- # niurp
- #
- # to gain access to the main console prompt.
- #
- # position: 0 1 2 3 4 5 6 7 8 9
- # character: t h i s i s a v e r
- #
- # position: 10 11 12 13 14 15 16 17 18 19
- # character: y l o n g s t r i n
- #
- # position: 20 21 22 23 24 25 26 27 28 29
- # character: g t o b e u s e d a
- #
- # position: 30 31 32 33 34 35 36 37 38 39
- # character: s a s y s o p p a s
- #
- # position: 40 41 42 43 44
- # character: s w o r d
- #--------------------------------------------------------------------
- #
- attach asy serial.device 0 ax25 nos 6000 512 9600
- #
- ifconfig nos description "Standard 1200 baud port on 144.625 MHz"
- #
- #----------------------------------------------------------------------
- #Character codes
- # A 65 B 66 C 67 D 68 E 69
- # F 70 G 71 H 72 I 73 J 74
- # K 75 L 76 M 77 N 78 O 79
- # P 80 Q 81 R 82 S 83 T 84
- # U 85 V 86 W 87 X 88 Y 89
- # Z 90 'space' 32
- #
- # The following two param statements are not required if you are using
- # Arexx, as they can be issued from an Arexx script, as in the example
- # shown at the beginning of this file 'amiga rexx KISS.rexx'.
- #
- # I N T K I S S
- #param nos 13 73 78 84 32 75 73 83 83 13
- # R E S E T
- #param nos 13 82 69 83 69 84 13
- #----------------------------------------------------------------------
- #
- source TCPIP:Startup.TRACE
- source TCPIP:Startup.ARP-ROUTE
- source TCPIP:Startup.NETROM
- # source TCPIP:Startup.RSPF
- # source TCPIP:Startup.RIP
- # source TCPIP:Startup.POP
- # source TCPIP:Startup.NNTP
- # source TCPIP:Startup.DUFF
- #
- hop maxttl 25
- hop maxwait 10
- hop queries 5
- hop trace on
- #
- tcp mss 472
- tcp window 472
- tcp timertype linear
- tcp trace off
- #
- ip ttl 12
- #
- mode nos d
- param nos 1 40 # 1 : TXDelay
- param nos 2 80 # 2 : Persistance
- param nos 3 0 # 3 : Slot time
- ## 4 : TX Tail time (not implemented on KAM)
- param nos 5 0 # 5 : Duplex 0 Half 1 Full
- #
- start ax25
- start telnet
- start chatnode
- start finger
- #
- # ftpdown 2108 restricts ftp get/put/user and mbox download
- # to a time window of 21:00 to 08:59
- ftpdown 2108
- fttimeout 600
- start ftp
- #
- digger on
- #
- start smtp
- smtp trace 0
- smtp mode route
- smtp timer 600
- smtp batch on
- smtp gateway gb7pwy
- #
- icmp trace off
- #
- escape
-